projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7bfb29
)
tests: Fix overlayscroll
author
Alexander Mikhaylenko
<alexm@gnome.org>
Sun, 10 May 2020 21:18:06 +0000
(
02:18
+0500)
committer
Alexander Mikhaylenko
<alexm@gnome.org>
Sun, 10 May 2020 21:18:06 +0000
(
02:18
+0500)
Set expand for the scrolled window.
tests/overlayscroll.c
patch
|
blob
|
history
diff --git
a/tests/overlayscroll.c
b/tests/overlayscroll.c
index 2aaabb3710407ddab0ceca6446d896e151a6d57c..2daee854116e1267a290d8512cc4c2048fcbaa37 100644
(file)
--- a/
tests/overlayscroll.c
+++ b/
tests/overlayscroll.c
@@
-77,6
+77,7
@@
main (int argc, char *argv[])
GTK_POLICY_NEVER,
GTK_POLICY_AUTOMATIC);
+ gtk_widget_set_hexpand (sw, TRUE);
gtk_container_add (GTK_CONTAINER (box), sw);
content = get_content ();